home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1997 July / PC Pro July 1997.iso / essentia.ls / INTERNET / 16bit / dircon / IEXPLORE / URL.HT_ / URL
Encoding:
Text File  |  1996-12-23  |  2.3 KB  |  84 lines

  1. <HTML>
  2.  
  3. <HEAD>
  4.  
  5. <TITLE>Uniform Resource Locator</TITLE>
  6.  
  7. <META NAME="GENERATOR" CONTENT="Internet Assistant for Microsoft Word 2.0z">
  8. </HEAD>
  9. <BODY TEXT=#000000 LINK=GREEN VLINK=#888888 ALINK=#FF0000 BGCOLOR=FFFFFF>
  10. <FONT FACE="ARIAL">
  11. <P ALIGN=RIGHT>
  12. <A NAME="TOP"></A><A HREF="topics.htm"><img src="conbook.gif" border=0><I>Contents</I></A><I>
  13. </P></I>
  14. <H2>What Is a URL? </H2>
  15.  
  16. <HR>
  17.  
  18. <P>
  19. A URL, or uniform resource locator, is the Internet address of
  20. a file. URLs are case-sensitive. The most common syntax of a URL
  21. is: 
  22. <P>
  23. <I>protocol</I><B>://</B><I>computer</I>[<B>:</B><I>port</I>]<B>/</B><I>path</I><B>/</B><I>filename</I>
  24. <P>
  25. To connect to a secure FTP (file transfer protocol) site, the correct URL format is:
  26. <P>
  27. <B>ftp://</B><I>username</I><B>:</B><I>password</I><B>@ftp.</B><I>site</I><B>.</B><I>name</I>
  28. <P>
  29.  
  30. <P>
  31. Where: 
  32. <P>
  33. <TABLE>
  34. <TR><TD VALIGN="TOP" width=100><I>protocol</I></TD><TD VALIGN="TOP" width=100> is the Internet protocol used to transmit the file. Examples of different protocols are shown below.
  35. </TD></TR>
  36.  
  37. <TR><TD VALIGN="TOP"><I>computer</I></TD><TD VALIGN="TOP"> is the domain name of the server where the file is stored (for example, www.company.com).
  38. </TD></TR>
  39.  
  40. <TR><TD VALIGN="TOP"><I>port</I></TD><TD VALIGN="TOP"> is the port number (required only when a nonstandard TCP port number is used).
  41. </TD></TR>
  42.  
  43. </TABLE>
  44.  
  45. <P>
  46. Microsoft Internet Explorer supports the following protocols.
  47. <P>
  48. <B>Note</B>
  49. <UL>
  50. <LI>The addresses used in the following examples are specific to commercial organizations. Other addresses might use designations such as <I>.org</I> or <I>.edu</I>.
  51. </UL>
  52.  
  53. <P>
  54. <TABLE>
  55. <TR><TH ALIGN="LEFT" width=250><B>Protocol</B></TH><TH ALIGN="LEFT" width=300><B>Example</B>
  56. </TH></TR>
  57.  
  58. <TR><TD>Hypertext Transfer Protocol</TD><TD><A HREF="http://www.microsoft.com">http://www.microsoft.com</A>
  59. </TD></TR>
  60.  
  61. <TR><TD>Hypertext Transfer Protocol Security</TD><TD>https://www.company.com 
  62. </TD></TR>
  63.  
  64. <TR><TD>File Transfer Protocol</TD><TD><A HREF="ftp://ftp.microsoft.com/">ftp://ftp.microsoft.com</A> 
  65. </TD></TR>
  66.  
  67. <TR><TD>Electronic mail (e-mail) address</TD><TD>mailto:name@company.com 
  68. </TD></TR>
  69.  
  70.  
  71. <TR><TD>Gopher</TD><TD>gopher://www.company.com 
  72. </TD></TR>
  73.  
  74. <TR><TD>File</TD><TD>file:<I>path\filename</I>
  75. </TD></TR>
  76.  
  77. </TABLE>
  78.  
  79. <P>
  80.  
  81. </BODY>
  82.  
  83. </HTML>
  84.